Linux
60 bash commands
newbie commands
list repositories
bash scripting
Reboot into BIOS from bash
- sudo systemctl reboot –firmware[-setup]
secure file transfer
windows tar
check sum calculation (files only!)
- highest security
- Windows:
\path-to-file>certutil -hashfile filename.ext sha256 [> result.txt]
- Linux:
/path-to-file$ sha256sum filename.ext [> result.txt]
- integrity
- Windows:
\path-to-file>certutil -hashfile filename.ext md5 [> result.txt]
- Linux:
/path-to-file$ md5sum filename.ext [> result.txt]